home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / Painted Black 0.91 / src / HDSCustom.h < prev    next >
Encoding:
Text File  |  1995-12-27  |  367 b   |  22 lines  |  [TEXT/CWIE]

  1. // Hub's Drop Shell
  2. //
  3. // HDSCustom.h
  4. //
  5. // headers for customized function for Hub's Drop Shell
  6. //
  7. // ©Copyright 1995, Hubert Figuière, All right reserved.
  8.  
  9. #ifndef __HDSCUSTOM__
  10. #define __HDSCUSTOM__
  11. #include "Painted Black.h"
  12.  
  13. #define MYSIGNATURE        'PTBL'                //signature of this application
  14.  
  15.  
  16.  
  17. //functions to be customized....
  18. #define     do_it     PaintedBlack
  19.  
  20.  
  21. #endif
  22.